chore: bump all Go module and GitHub Action dependencies - #19
Merged
Conversation
Rolls up the outstanding Dependabot PRs into a single change. Go modules: - filippo.io/age 1.2.1 -> 1.3.1 - github.com/jahvon/expression 0.1.3 -> 0.1.4 - github.com/zalando/go-keyring 0.2.6 -> 0.2.8 - golang.org/x/crypto 0.41.0 -> 0.54.0 - mvdan.cc/sh/v3 3.12.0 -> 3.13.1 - plus indirect deps The go directive moves to 1.25.0 because x/crypto, x/sys, x/term and mvdan.cc/sh now require it; CI's setup-go constraint moves to match. GitHub Actions: - actions/checkout v4 -> v6 - actions/setup-go v5 -> v6 - github/codeql-action v3 -> v4 - golangci/golangci-lint-action v8 -> v9, golangci-lint v2.1.6 -> v2.12.2 golangci-lint v2.12.2 flags three issues in existing code, fixed here: two "env" literals now use the existing envSource constant, and the example's CLI path argument is run through filepath.Clean. gomodguard is deprecated in favor of gomodguard_v2 in .golangci.yaml. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rolls up the outstanding Dependabot PRs into a single change.
Go modules:
The go directive moves to 1.25.0 because x/crypto, x/sys, x/term and mvdan.cc/sh now require it; CI's setup-go constraint moves to match.
GitHub Actions:
golangci-lint v2.12.2 flags three issues in existing code, fixed here: two "env" literals now use the existing envSource constant, and the example's CLI path argument is run through filepath.Clean. gomodguard is deprecated in favor of gomodguard_v2 in .golangci.yaml.